h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol, li {margin: 0;list-style:none;}
p {margin: 0;}
html, body{
   font-family: 'Open Sans', sans-serif;
   font-size: 100%;
   background:#ffffff;
   background-size:100%; 
   /*background-size:cover;*/
   overflow-y: auto;

}

-webkit-scrollbar {display:none}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	

}

.span_1_of_1 p{ font-size: 4em;padding:10px 2px 0 0;}
.header{
	background:#fff;
	padding: 0;
	 min-height: 48px;
	 border-bottom: 1px solid #e5e5e5;

}
.logo{
	float: left; 
	margin-top:12px; 
}
.logo a{
	text-decoration:none;
}
.logo h1{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Quicksand', sans-serif;
}
.logo h1 a{
	color:#4d4d4d;
}
.top_right{
	float:right;
	color: #000;
	margin-top:5px;
	margin-right: 10px;
 
}
.top_right ul{
	padding:0;
	list-style:none;
}
.top_right ul li{
	display: inline-block;
	margin-right: 10px;
	float: left;
    line-height: 30px;
    height: 30px;
}
.top_right ul li:last-child{
	margin-right: 0;
}
.top_right ul li a{
	/*width: 122%;*/
	text-align:center;
	padding: 0px 10px;
	text-transform:uppercase;
	font-size:14px;
	display:block;
	color:#000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 30px;


}
.top_right ul li img{ margin-right: 5px; float: left; width: 28px; padding-top:3px; }
.top_right ul li a:hover{
	color:#2374c4;
	text-decoration: none;
}
.spanicon {position: relative;
    display: inline-block;
    left: 0;
    margin-right: 10px;
    width: 20px;
    height: 16px;
}
.dropdown-menu{ min-width: 200px; }
/********** Login *************/
#loginContainer {
    position:relative;
}
#loginContainer a span{
  display:block;
  padding:4px 10px;
}
/* Login Button */
#loginButton { 
    /*display:inline-block;  */
    position:relative;
    z-index:30;
    cursor:pointer;
    float: left;
}
/* Login Box */
#loginBox {
    position:absolute;
	top: 44px;
	right: 0px;
    display:none;
    z-index:29;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 25px;
	top: -10px;
	border-left:10px solid rgba(0, 0, 0, 0);
	border-right:10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #f0f0f0;
}
/* Login Form */
#loginForm {
    width: 300px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
#loginForm fieldset {
    margin:0 0 15px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#body {
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    padding:15px 15px;
    margin:0;
}
#loginForm #checkbox {
    width:auto;
    margin:3px 6px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}
#body label {
    color:#666;
    margin:10px 0 0 0;
    display:block;
    float:left;
    font-size: 12px;
    font-weight: 300;
}
#loginForm #body fieldset label{
    display:block;
    float:none;
    margin:0 0 6px 0;
}
#body label i{
	color:#000;
	font-size:1em;
	font-style:normal;
}
/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #DADADA;
	color: #222;
	background:#FFF;
	padding:8px 20px 8px 2px;
	font-size: 0.8125em;
    -webkit-apperance:none;
    font-family: 'Open Sans', sans-serif;


}
.inputhei{height: 38px; }
/* Sign In Button */
#loginForm #login {
	font-family: 'Open Sans', sans-serif;
	width: auto;
	float: left;
	background:#00C78A;
	color:#fff;
	font-size: 0.8725em;
	padding: 3px 20px 8px 20px;
	border: none;
	margin: 0 12px 0 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
#loginForm #login:hover {
	background:#555;
}
/* Forgot your password */
#loginForm span{
    display:block;
    padding:0px 0px 15px 0px;
}
#loginForm span a{
	color:#000;
	font-size:12px;
    font-weight:500;
    background: none;
	border: none;
	box-shadow: none;
}
#loginForm span a:hover{
	text-decoration:underline;
}
input:focus {
    outline:none;
}
.banner{
	/*background:url(../images/bg.png)no-repeat center top;*/

	min-height:180px;
}
.span_1_of_1 {
  padding: 2em 0 0 0;
}
.span_1_of_1 h2 {
  color: #FFF;
  font-size: 2.7em;
  margin-bottom: 2%;
  font-weight:100;
  text-align: center;
  line-height: 1.5em;
  text-transform: uppercase;
}
.search{
	width:780px;
	margin:0 auto;
	height: auto;
}
.nav1 {
	background:#fff;
    height:50px;
    padding: 0;
    border-radius:5px;
}
.nav1 li {
	float: left;
	list-style-type: none;
	position: relative;
	width: 100%;
}
.nav1 li a {
	font-size: 16px; 
	color: white;
	display: block;
	line-height:50px;
	padding: 0 28px;
	text-decoration: none;
	/*border-left: 1px solid #2e2e2e;*/
}
.nav1 li a:hover {
	background-color: none;
}
#settings a {
	padding: 18px;
	height: 24px;
	font-size: 10px;
	line-height: 24px;
}
#search_text{
	padding: 15px 0 15px 20px;
	font-size: 16px;
    border: 0 none;
	height: 50px;
	margin-right: 0;
	color: #bbb;
	outline: none;
	background:#fff;
	float: left;
	box-sizing: border-box;
	transition: all 0.15s;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-o-border-top-left-radius:5px;
	-o-border-bottom-left-radius:5px;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color: white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: white;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: white;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: white;
}
#search_text:focus {
	background:#fff;
	color:#000;
}
#search_button {
	border: 0 none;
	background:#00C78A url(../images/search.png) center no-repeat;
	width: 60px; 
	float: left;
	padding: 0;
	text-align: center;
	height: 50px;
	cursor: pointer;
	outline:none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
}
#options a{
	border-left: 0 none;
}
#options>a {
	background-image: url(../images/triangle.png);
	background-position: 85% center;
	background-repeat: no-repeat;
	padding-right: 42px;
}
.subnav {
	visibility: hidden;
	position: absolute;
	top: 110%;
	right: 0;
	width: 200px;
	height: auto;
	opacity: 0;
	transition: all 0.1s;
	background: #232323;
	padding:0;
	margin:0;
}
.subnav li {
	float: none;
}
.subnav li a {
  border-bottom: 1px solid #2e2e2e;
  font-size: 12px;
  line-height: 35px;
}
#options:hover .subnav {
	visibility: visible;
	top: 100%;
	opacity: 1;
}
.grid_1{
	width:95%;
	margin:0 auto;
}
.col_1{
	padding:5px;
}
.col_1 h4{
  font-size: 2em;
  text-align: center;
  font-style: italic;
  padding:1.5em 0 0 0;
  font-weight:100;
}
.grid_1{
	padding:5em 0;
}
.grid_1 h3{
	color:#000;
	font-weight:100;
	font-size:2em;
	text-align:center;
	margin-bottom:1em;
}
.col_1_of_5:first-child {
  margin-left: 0;
}
.col_1_of_5 {
  display: block;
  float: left;
  margin: 1% 0 1% 3.6%;
}
.span_1_of_5 {
  width:21.9%;
}
ul.list1{
  padding:0;
  margin:0;
  list-style:none;
}
ul.list1 li {
  margin: 0 0 8px 0;
}
ul.list1 li a {
  font-size: 0.8em;
  color: #66c0f4;
}
ul.list1 li a:hover{
	text-decoration:none;
	color:#00C78A;
}
.col_2 h3{
  font-size: 1.8em;
  color: #000;
  font-style: italic;
  font-weight: 100;
  padding: 1.5em 0 0 0;
  width: 150px;
  height: 150px;
  text-align: center;
  background: #4f9ccf;
  border-radius:50%;
}
.grid_2 {
  padding-bottom: 1em;
  /*border-top: 3px double #d7d7d7;*/
}
.grid_3{
	background:#fff;
	padding:10px 0;
	text-align:center;
	position: fixed;
	height: 80px;
	 width: 100%;
	 background-size: contain;
	 bottom: 0;
	 z-index: 999;
}
.grid_3 p{
	color:#000;
	font-size: 14px;
	margin:1em 0 0 0;
}
.grid_3 p a{
	color:#000;font-size: 14px;
}
ul#footer-links{
	padding:0;
	margin:0;
	list-style:none;
	font-size: 14px;
}
ul#footer-links li{
   display:inline-block;
}
ul#footer-links li a{
	color:#000;
	font-size:0.85em;
	margin: 0 12px;
}
ul#footer-links li a:hover{
	text-decoration:none;
	color:#000;
}
/******** SAP ************/
.container {
    width: 80%;
}
.sap_tabs{
   padding:30px 15px;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
	width: 35%;
	list-style: none;
	padding:2em 0;
	margin: 0 auto;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	color:#000;
	font-size:0.85em;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	width:24.3333%;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 10px;
}
.resp-tab-item:hover {
	text-shadow: none;
}
.resp-tab-active{
    text-shadow: none;
	color:#fff;
	background:#00C78A;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
.width98{ width: 98%; margin-left: 1%;  }
.width70{ width: 70%; margin: 0 auto;  }
.withtab{width:780px;  margin: 2px auto;  }
.withtab ul{width:778px;  margin: 2px auto; }
.withtab li{margin-left: 2px;}
ul.tab_img{
	padding:0;
	list-style:none;
	position: relative;
    padding:1em 0;
}
ul.tab_img li {
	float: left;
	width: 15%;
	margin: 0 2% 2% 0;
}
ul.tab_img li a:hover{
	text-decoration:none;
}
ul.tab_img li.last{
	margin-right:0;
}
.tab_desc{
  padding: 20px 10px;
  list-style: none;
  border: 1px solid #f0f0f0;
}
.tab_desc p, .tab_desc1 p{
  font-size: 0.8125em;
  color: #000;
  margin-bottom: 10px;
  font-weight:600;
  line-height: 1.5em;
}
.tab_desc h4, .tab_desc1 h4{
  font-size: 0.8125em;
  color: #000;	
  font-weight: 300;
  margin-bottom: 0;
}
/* radios and checkboxes */
/* start categories */
.stock_left{
	padding:0;
}
.col.col-4 {
  padding: 0 0px 0 20px;
}
.w_sidebar{
   background-color: #f0f0f0;
   padding: 1em 0 2em;
}
.w_nav2{
   padding: 10px 0px 0 20px;
}
.w_nav2 li{
	line-height: 1.5em;
	display: inline-block;
}
.w_nav2 li a{
	display: block;
	padding: 14px;
}
.w_nav2 li a.color1{
	background:	#0AA5E2;
}
.w_nav2 li a.color2{
	background:	#40E0D0;
}
.w_nav2 li a.color3{
	background:	#B03060;
}
.w_nav2 li a.color4{
	background:	#000080;
}
.w_nav2 li a.color5{
	background:	#E60D41;
}
.w_nav2 li a.color6{
	background:	#45BF55;
}
.w_nav2 li a.color7{
	background:	#FF7F00;
}
.w_nav2 li a.color8{
	background:	#8B4513;
}
.w_nav2 li a.color9{
	background:	#FFD700;
}
.w_nav2 li a.color10{
	background:	#9FA8AB;
}
.w_nav2 li a.color11{
	background:	#C0C0C0;
}
.w_nav2 li a.color12{
	background:	#0AA5E2;
}
.w_nav2 li a.color13{
	background:	#FFCBDB;
}
.w_nav2 li a.color14{
	background:	#B87333;
}
.w_nav2 li a.color15{
	background:	#BFB540;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form.col.col-4 ul {
	padding: 0;
	list-style: none;
}
.sky-form h4{
  margin-top: 10px;
  padding: 20px 20px 10px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
}
.sky-form section {
	margin-bottom: 20px;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}
/* selects */
.sky-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 1px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}
/* radios and checkboxes */
.sky-form .radio,.sky-form .checkbox {
	outline:none;
	border:none;
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 13px;
	line-height: 27px;
	color: #555555;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0;
}
.sky-form .radio{
	text-transform: none;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.sky-form .checkbox input + i:after {
	content: '';
	top: 3px;
	left: 2px;
	width: 10px;
	height: 7px;
	background: url(../images/tick.png) no-repeat;
	text-align: center;
}
.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
	opacity: 1;
}
.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
/* icons */
.sky-form [class^="icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* normal state */
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
	border-color: #e5e5e5;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
	background-color: #2da5da;	
}
/* hover state */
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
	border-color:#00C78A;
}
.sky-form .button:hover {
	opacity: 1;
}
/* focus state */
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #2da5da;
}
/* checked state */
.sky-form .radio input + i:after {
	background-color: #2da5da;	
}
.sky-form .checkbox input + i:after {
	color: #2da5da;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color:#00C78A;
}
/* error state */
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
	background: #fff0f0;
}
/* success state */
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
	background: #f0fff0;
}
/* disabled state */
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}
 /*-- single --*/
.single_box1 {
  padding:5em 0;
}
ul.size {
  padding: 0;
  list-style: none;
  margin:0;
}
ul.size h3 {
  color: #555;
  font-size:1.5em;
  text-transform: uppercase;
  margin-bottom: 2em;
}
ul.size li {
  display: inline-block;
  margin: 0 10px 0 0;
}
ul.size li a {
  color: #555;
  font-size: 1.1em;
  border: 1px solid #a8b2b1;
  padding:18px 25px;
}
ul.size li a:hover{
  text-decoration:none;
  border:1px solid #00C78A;
}
.btn_3{
  cursor: pointer;
  border: none;
  outline: none;
  display: inline-block;
  font-size:1.2em;
  padding: 15px 25px;
  background:#00C78A;
  color: #FFF;
  font-weight:700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin:3em 0;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -o-border-radius:4px;
}
.btn_3:hover{
	background:#555;
	text-decoration:none;
	color:#fff;
}
p.movie_option {
  font-size: 15px;
  margin-bottom: 15px;
}
p.movie_option a {
  color: #555;
}
h4.tag_head {
  color: #333;
  font-weight: 400;
  font-size: 1.3em;
  margin-bottom: 1em;
}
ul.tags_links, ul.tags_images{
  padding: 0;
  list-style: none;
  margin:0;
}
ul.tags_links li {
   display: inline-block;
   margin: 15px 4px;
}
ul.tags_links li a {
  color: #333;
  font-size: 0.85em;
  background: #e9e9e9;
  padding: 10px 20px;
}
ul.tags_links li a:hover{
	text-decoration:none;
    background:#E0E0E0;
}
ul.tags_images li {
  float: left;
  width: 19.2%;
  margin-right: 1%;
}
ul.tags_images li.last{
	margin-right:0;
}
.tags {
  margin: 3em 0 0 0;
}
ul.tags_images {
  margin-bottom: 3em;
}
/*--register--*/
.register{
	padding:5em 0;
}
.register-top-grid h1, .register-bottom-grid h4 {
	color: #000;
    font-size: 1.1em;
    margin-bottom: 1em;
    font-weight: 500;
}
.register-top-grid div, .register-bottom-grid div {
	width: 48%;
	float: left;
	margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span {
	color:#555;
	font-size: 0.8125em;
	padding-bottom: 0.2em;
	display: block;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"] {
	border: 1px solid #EEE;
	outline-color:#FF5B36;
	width: 96%;
	font-size:0.8125em;
	padding:10px;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	position: relative;
	font-size: 1em;
	color:#555;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.news-letter {
	color: #555;
	font-weight:600;
	font-size: 0.85em;
	margin-bottom: 1em;
	display: block;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #E5E5E5;
}	
.checkbox input + i:after {
	content: '';
	background: url("../images/tick.png") no-repeat 4px 6px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#00BFF0;
}
.register-but{
	margin-top:1em;
}
.register-but form input[type="submit"] {
	background:#00C78A;
	color: #FFF;
	font-size:1em;
	padding: 0.8em 2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	border:none;
	outline:none;
	font-weight:500;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
}
.register-but form input[type="submit"]:hover{
	background:#555;
}
.register-bottom-grid {
	margin-top:3em;
}
/* -- about --*/
.col_3 p{
  font-size: 0.8em;
  color: #999;
  line-height: 1.8em;
  margin-bottom: 10px;
}
.col_3 h2{
  color: #000;
  font-weight: 100;
  font-size: 2em;
  text-align: center;
  margin-bottom: 1em;
}
.about_box{
  margin-bottom:2em;
}
p.m_1{
  font-size: 0.8em;
  color: #999;
  line-height: 1.8em;
  padding:0 15px;
  margin: 2em 0 0 0;
}
/*-- support --*/
.map{
	padding:0 15px;
}
.map iframe{
	border:none;
	width:100%;
	height:200px;
}
.section.group {
  margin: 3em 0 0 0;
}
.support_left h3, .support_right h3{
  font-size: 1.3em;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}
.contact-to input[type="text"] {
  padding: 10px 10px;
  width:32.5%;
  margin: 10px 0;
  border: 1px solid #E1E2E2;
  color: #999;
  background: #FFF;
  float: left;
  outline: none;
  font-size: 0.85em;
  font-family: 'Open Sans', sans-serif;
}
.text2 textarea {
  width:100%;
  margin: 10px 0;
  border: 1px solid #E1E2E2;
  color: #999;
  outline: none;
  margin-bottom: 25px;
  height: 120px;
  padding: 10px 10px;
  font-size: 0.85em;
}
.support_left input[type="submit"] {
  float: right;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 12px 30px;
  background:#00C78A;
  display: inline-block;
  font-size: 1em;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  border: none;
  outline: none;
}
.support_left input[type="submit"]:hover{
	background:#000;
}
.address p {
  color: #999;
  font-size: 0.8125em;
  line-height: 2em;
}
/* -- faq --*/
.register h2{
	font-size:1.6em;
	font-weight:300;
	text-transform:uppercase;
	color:#000;
	margin-bottom:1em;
}
.register h3{
	font-size:1.1em;
	color:#000;
	font-weight:500;
	margin:1em 0 0.5em;
}
.register p{
	font-size:0.8em;
	color:#999;
	line-height:1.8em;
}
/*-- price --*/
.price{
	padding:5em 0;
}
.price h2 {
  color: #000;
  font-size: 2em;
  font-weight:100;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 1em;
}
.plan-options {
  width: 100%;
  background: #fff;
  text-align: center;
  border: 1px solid #f0f0f0;
}
.plan-options .plan-price {
  background:#00C78A;
  color: #ffffff;
  padding: 20px 10px 25px;
  font-weight: 400;
}
.plan-options .plan-price, .plan-options .plan-details, .plan-options .button {
  padding:15px;
}
ul.plan-details{
	padding:0;
	margin:0;
	list-style:none;
}
.plan-options li {
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #f2f2f2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 15px;
  background: url(../images/tick.png)no-repeat 0 22px;
  text-align: left;
}
.plan-options .btn {
  margin-bottom: 40px;
}
.btn_4{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.2;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #555;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 40px;
  color: #ffffff;
  margin: 1em 0 4em;
}
.btn_4:hover{
	background:#00C78A;
	text-decoration:none;
	color:#fff;
}
.plan-options .plan-price strong {
  font-size:40px;
  align-self: baseline;
  line-height: 1;
  font-weight: 500;
}
.plan-options .plan-name {
  font-size:20px;
  margin: 0;
}

.ipt_photo::before {
    background-color: #ccc;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: -7px;
    margin-top: 6px;
    width: 1px;
}
.search_bg{ background: #3ebb2b url(../img/search_icon.png) no-repeat 10px 10px; padding-left:51px; padding-right: 20px;  border: none; 
	height: 50px; color: #fff;
}
.xianshi{display: block;border:5px solid #b2b2b2;
	background:#fff;
	border-radius:5px; height: 60px; }
.ipt_photo {
    background: url(../img/upload.png) no-repeat;
    background-size: 29px 29px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right:100px;
    top: 15px;
    width: 40px;
    z-index: 100;
}
.yincang{ display: none; background: #fff;border:5px solid #b2b2b2;border-radius:5px;
	       padding-bottom:40px; top:20px; width: 100%; padding-top: 0; z-index: 100; position: relative; margin-top: -20px; }
.bordertop{margin-top:15px; padding-top: 10px; border-top:1px solid #e7e7e7;}
.borbottom{ border-bottom: 2px solid #428bca; margin-bottom:20px; }
.imgstyle{margin-right:10px; line-height:30px;}
.panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin-top:10px; padding:10px;
    /*min-height:700px;*/
}
.table > thead > tr > th {
    border-bottom: none;
}
.f_gray{ color: #fff;font-size: 14px; }
.tabtit{background:#fff; padding-top: 10px;  padding:12px 12px 12px 24px; border-bottom:1px solid #dd5a43; color: #dd5a43;}
.tabtd{max-width:120px; }
.aibg{background: url(../images/aibg.png) no-repeat 0px 66px ; min-height: 685px;}
.ainub{height: 154px;width: 587px; background: url(../images/ainub.png) no-repeat;padding-top: 50px; text-align: center;right:100px;top:200px;  position:absolute;}
.margtop20{margin-top: 20px;}
.fontp p{ margin:0 40px 10px 40px; font-size: 14px; line-height: 30px; color: #7a7a7a; }
.iconbor{border-right:1px solid #bcbdbe;}
.container {
    width: 80%;
}
.btn-xs {  margin-bottom: 5px;}
.aboutus{background: url(../images/aboutus.png) no-repeat; background-size: 100% 100%;  height: 410px;}
.ssi-dropZonePreview {
    min-height: 288px;}
/*------------------------------------------------------------------------1600px*/
@media (max-width:1600px){

.search {
  width: 780px;
}
.withtab{width:780px;}

.span_1_of_1 {
    padding: 1em 0 0 0;
}

}
/*-- responsive design --*/
/*------------------------------------------------------------------------1440px*/
@media (max-width:1440px){
.resp-tabs-list {
  width:780px;
}
.search {
  width: 780px;
  height: 100px;
}
.withtab{width: 780px;}
.span_1_of_1 {
    padding: 1em 0 0 0;
}
.span_1_of_1 p{ font-size: 1.8em;padding:10px 0;}
.container {
    width: 780px;
}
.nav{ margin: 2px auto; }

/*------------------------------------------------------------------------1280px*/
@media (max-width:1280px){
.resp-tabs-list {
  width: 43%;
}
.search {
  width: 80%;
}
.withtab{width: 80%;}
.span_1_of_1 {
    padding: 1em 0 0 0;
}

}
/*------------------------------------------------------------------------1024px*/
@media (max-width:1024px){
.search {
  width: 90%;
}
.withtab{width: 90%;}
.span_1_of_1 {
    padding: 1em 0 0 0;
}
#search_text {
  width: 250px;
}
.nav1 li a {
   padding: 0 15px;
}
#search_text {
  width: 220px;
}
.span_1_of_1 h2 {
  font-size: 2.5em;
}
.banner {
 min-height: 180px;
}
.grid_1 h3 {
  font-size: 1.7em;
}  
.col_1 h4 {
  font-size: 1.5em;
}  
.resp-tab-item {
  font-size: 0.8125em;
}  
.resp-tabs-list {
  width: 53%;
}
.tab_desc p, .tab_desc1 p {
  font-size: 12px;
}
.contact-to input[type="text"] {
  width: 32.3%;
}  
}
/*------------------------------------------------------------------------930px*/
@media (max-width:930px){
#options>a {
  padding-right: 32px;
}	
#search_text {
  width: 181px;
}
.search {
  width: 90%;
}
.withtab{width: 90%;}
.span_1_of_1 {
    padding: 1em 0 0 0;
}
.col_1 {
  width: 33.333%;
  float: left;
}
.col_1 h4 {
  padding: 3em 0 0 0;
}
.col_2 h3 {
  padding:0;
  background: none;
  color: #fff;
  height: 50px;
}
ul.size li a {
  font-size: 1em;
  padding: 8px 15px;
}
.btn_3{
  font-size: 1em;
  padding: 12px 20px;
}
.col_4{
  text-align:center;
}
.col_4 img{
  display:inline-block;
}
.imgwith img{ width: 80%; }
.container {
    width: 98%;
}
.btn-xs {  margin-bottom: 5px;}
}
/*------------------------------------------------------------------------768px*/
@media (max-width:768px){
.span_1_of_1 h2 {
  font-size: 2em;
}
.banner {
  min-height: 180px;
}	

.grid_1 h3 {
  font-size: 1.4em;
}
.col_1 h4 {
  padding: 2.5em 0 0 0;
}
.resp-tabs-list {
  width: 60%;
}
.tab_desc {
  padding: 10px 5px;
}
.register {
  padding: 3em 0;
}
.grid_2 {
  padding-bottom: 6em;

}
.grid_1 {
  padding: 3em 0;
}  
.col-md-4.span4 {
  margin-bottom: 1em;
}
.yincang {
    height: 180px;
}
.imgwith img{ width: 80%; }
.aboutus{background: none; height: 0;}
}
/*------------------------------------------------------------------------736px*/
@media (max-width:736px){
.search {
  width: 85%;
}
#search_text {
  width: 185px;
}
.yincang {
    height: 180px;
}
.fontp p{ margin:0px 0px 10px 0px; font-size: 0.9rem; }
.iconbor{ border:0px solid #fff; }
}
/*------------------------------------------------------------------------667px*/
@media (max-width:667px){
.nav1 {
  height: 40px;
}
.search {
  width: 90%;
}
#search_text {
  padding: 15px 0 15px 15px;
  font-size: 15px;
  height: 40px;
}  
#search_button {
  width: 40px;
  height: 40px;
}
.nav1 li a {
  padding: 0 10px;
  font-size: 13px;
  line-height: 40px;
}
.subnav li a {
  font-size:11px;
}  
#search_text {
  width:174px;
}
.search {
  width: 90%;
}
.span_1_of_1 h2 {
  font-size: 1.5em;
}
.banner {
  min-height: 160px;
}
.span_1_of_1 {
  padding: 1.5em 0 0 0;
}
.grid_1 h3 {
  font-size: 1.2em;
}
.col_1 h4 {
  font-size: 1.2em;
}
.col_2 h3 {
  font-size: 1.5em;
  background: none;
  color: #fff;
  height: 100px;
}  
.logo h1 {
  font-size: 25px;
}  
.top_right {
  margin-top: 0;
}
.resp-tab-item {
  font-size: 12px;
}
.resp-tabs-list {
  width: 66%;
}
ul.tab_img li {
  width: 31%;
}
.single_left{
  margin-bottom:2em;
}
ul.size h3 {
  margin-bottom: 1em;
}
.single_box1 {
  padding:3em 0;
}
.btn_3{
  margin: 2em 0;
}  
ul#footer-links li a {
  font-size: 13px;
  margin: 0 5px;
}
.register-top-grid h1, .register-bottom-grid h4 {
  font-size: 1em;
}  
.register-but {
  margin-top: 0;
}
.register-but form input[type="submit"] {
  font-size: 0.85em;
  padding: 0.7em 1.5em;
}  
.grid_3 {
  padding: 1em 0;
}
.support_left input[type="submit"] {
  padding: 10px 20px;
  font-size: 0.85em;
}  
.contact-to input[type="text"]{
  width: 32.1%;
}
.text2 textarea{
  font-size: 0.8125em;
}
.subnav {
  width: 130px;
}  
.ipt_photo {
    background-size: 20px 20px;
    height: 30px;
    right:80px;
    top: 14px;
    width: 30px;
}
.ipt_photo::before {
    margin-top:1px;
}
.xianshi{ height: 50px; }
.yincang {
    height: 250px;
}
.search_bg{ background: #3ebb2b url(../img/search_icon.png) no-repeat 5px 5px; padding-left:30px; height:  padding-right: 10px;height: 40px;  }
}
/*------------------------------------------------------------------------640px*/
@media (max-width:640px){
.nav1 {
  height: 40px;
}
.search {
  width: 90%;
}
#search_text {
  padding: 15px 0 15px 15px;
  font-size: 15px;
  height: 40px;
}  
#search_button {
  width: 40px;
  height: 40px;
}
.nav1 li a {
  padding: 0 10px;
  font-size: 13px;
  line-height: 40px;
}
.subnav li a {
  font-size:11px;
}  
#search_text {
  width: 160px;
}
.search {
  width: 90%;
}
.ipt_photo {
    background-size: 20px 20px;
    height: 30px;
    right:70px;
    top: 15px;
    width: 30px;
}
.ipt_photo::before {
    margin-top:1px;
}
.search_bg{ background: #3ebb2b url(../img/search_icon.png) no-repeat 5px 5px; padding-left:30px; padding-right: 10px;height: 40px;   }
.yincang{ height: 180px; }

}
/*------------------------------------------------------------------------600px*/
@media (max-width:600px){
.search {
  width: 90%;
}
#search_text {
  width: 175px;
}	
.ipt_photo {
    background-size: 20px 20px;
    height: 30px;
    right:70px;
    top: 10px;
    width: 30px;
}
.ipt_photo::before {
    margin-top:1px;
}
.search_bg{ background: #3ebb2b url(../img/search_icon.png) no-repeat 5px 5px; padding-left:30px; padding-right: 10px; height: 40px;  }
.yincang{ height: 250px; }
}

}
/*------------------------------------------------------------------------568px*/
@media (max-width:568px){
.search {
  width: 90%;
}
#search_text {
  width: 164px;
}	
.ipt_photo {
    background-size: 20px 20px;
    height: 30px;
    right:70px;
    top: 10px;
    width: 30px;
}
.ipt_photo::before {
    margin-top:1px;
}
.search_bg{ background: #3ebb2b url(../img/search_icon.png) no-repeat 5px 5px; padding-left:30px; padding-right: 10px; height: 40px;  }

}

/*------------------------------------------------------------------------480px*/
@media only screen and (max-width:480px) {

}
/*------------------------------------------------------------------------end480px*/
/*------------------------------------------------------------------------480px*/
@media (max-width:480px){
		.sap_tabs{
		padding-top:0;
	}
	.resp-tabs-container{
		padding:0px;
	}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  display: block;
  font-size: 0.85em;
  text-transform: uppercase;
  padding: 5px;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}

.logo h1 {
  font-size: 22px;
}
.search {
  width: 90%;
}
.price {
  padding: 3em 0;
}
.plan-options .plan-price strong {
  font-size: 30px;
}
.plan-options .plan-name {
  font-size: 16px;
}
.price h2 {
  font-size: 1.5em;
}  
.header {
  padding: 10px 0;
}	
.top_right ul li a {
  padding: 0;
}  
#loginBox {
  top: 34px;
}  
.span_1_of_1 h2 {
  font-size: 1.3em;
}
#search_text {
  width:110px;
}
.search {
  width: 90%;
}
#search_text {
  width: 145px;
}
.grid_1 h3 {
  font-size: 1.1em;
  line-height: 1.5em;
}
.col_1 h4 {
  padding: 1.7em 0 0 0;
}
.span_1_of_5 {
  width: 45.9%;
}
ul.list1 li {
  margin: 0 0 3px 0;
}
.col_1_of_5 {
  margin: 1% 0 1% 0%;
}
.span_1_of_5 {
  width: 100%;
}
.contact-to input[type="text"] {
  width: 100%;
}
.contact-to input[type="text"] {
  margin-left:0 !important;
}
.register h2 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.register h3 {
  font-size: 0.95em;
} 

}
/*------------------------------------------------------------------------414px*/
@media (max-width:414px){
.nav1 {
  height: 30px;
}
.search {
  width: 90%;
}
#search_text {
  padding: 15px 0 15px 10px;
  font-size: 14px;
  height: 30px;
}
#search_button {
  width: 35px;
  height: 30px;
}
.xianshi{ height: 50px; }
#options>a {
  padding-right: 25px;
}
.nav1 li a {
  padding: 0 7px;
  font-size: 13px;
  line-height: 31px;
}
#search_text {
  width: 84px;
}
.search {
  width: 90%;
}
#search_text {
  width: 140px; height: 40px; 
}
.banner {
  min-height: 160px;
}
.span_1_of_1 {
  padding: 1em 0 0 0;
}
.col_1 h4 {
  padding: 1.3em 0 0 0;
}
.col_1 {
  padding: 2px;
}
.col_2, .col_5{
  padding: 10px;
}
.col_2 h3 {
  font-size: 1.3em;
  background: none;
  color: #fff;
  height: 50px;
}
.grid_3{
    position: fixed;
	bottom:0;
	height: 140px;
}
.grid_1 {
  padding: 2em 0;
}
.grid_2 {
  padding-bottom: 2em;
}
ul#footer-links li a {
  font-size: 12px;
}
.subnav li a {
  font-size: 11px;
}
#loginContainer a span {
  padding:0px;
}
.stock_left {
  margin-bottom: 2em;
}
.pagination {
  margin:0 !important;
}
ul.size li a {
  font-size: 0.85em;
  padding: 3px 9px;
}
.single_left, .col_6{
  padding: 0;
}
ul.size h3 {
  font-size: 1.1em;
}  
.single_box1 {
  padding: 2em 0 2em;
}
p.movie_option {
  font-size: 14px;
  margin-bottom: 5px;
}
.btn_3{
  font-size: 0.85em;
  padding: 10px 15px;
}
ul.tags_links li a {
  font-size: 0.8125em;
  padding: 6px 10px;
}
ul.tags_links li {
  margin: 6px 0px;
}
.tags {
  margin: 2em 0 0 0;
}
h4.tag_head {
  font-size: 1.1em;
}  
ul.tags_images {
  margin-bottom: 2em;
}
.col_3, .col_4, .map, .support_left, .support_right{
  padding: 0;
}
p.m_1 {
  padding: 0;
}
.ipt_photo {
    background-size: 20px 20px;
    height: 30px;
    right:70px;
    top: 15px;
    width: 30px;
}
.ipt_photo::before {
    margin-top: 1px;
}
.search_bg{ background: #3ebb2b url(../img/search_icon.png) no-repeat 2px; padding-left:30px; padding-right: 10px; height:40px;  } 
.nav-tabs>li>a {font-size: 0.8rem;}

}
/*------------------------------------------------------------------------375px*/
@media (max-width:375px){
.search {
  width: 90%;
}	

}
/*------------------------------------------------------------------------320px*/
@media (max-width:320px){
.top_right ul li {
  margin-right: 5px;
}	
.span_1_of_1 h2 {
  font-size: 1em;
}
#options>a {
  background-position: 88% center;
}
.search {
  width: 70%;
}
.banner {
  min-height:180px;
}
.span_1_of_1 {
  padding: 3em 0 0 0;
}
.grid_1 h3 {
  font-size: 1em;
}
.col_1 h4 {
  padding: 1.1em 0 0 0;
}
.col_2 h3 {
  font-size: 1.2em;
  background: none;
  color: #fff;
  height: 50px;
}
ul.list1 li a {
  font-size: 12px;
}
.sky-form h4 {
  margin-top: 0;
  padding: 10px 20px 10px;
}
.w_sidebar {
  padding: 1em 0 1em;
}  
ul.tab_img li {
  width: 48%;
}
.subnav {
  width: 110px;
}
.top_right ul li a {
  font-size: 11px;
}  
ul.size li a {
  font-size: 12px;
  padding: 2px 6px;
}
fieldset#body {
  padding: 10px;
}  
#loginForm {
  width: 274px;
}
#loginForm #login {
  font-size: 0.8125em;
  padding: 5px 10px;
}  
#body label {
  font-size: 12px;
  margin: 5px 0 0 0;
}
.section.group {
  margin: 2em 0 0 0;
}
.contact-to input[type="text"] {
  margin: 5px 0;
  font-size: 0.8125em;
}  
.register-top-grid div, .register-bottom-grid div {
  width: 100%;
  float:none;
}
.register {
  padding: 2em 0;
}
.register-top-grid h1, .register-bottom-grid h4 {
  font-size: 0.95em;
}
.register-bottom-grid {
  margin-top: 2em;
}
.register h2 {
  font-size: 1em;
}
.span4 {
  padding:0;
}
.price h2 {
  font-size: 1.3em;
  padding-left: 0;
}
.plan-options li {
  padding: 10px 0 10px 17px;
  font-size: 14px;
  background: url(../images/tick.png)no-repeat 0 17px;
}
.btn_4 {
  padding: 12px 30px;
  margin: 1em 0 3em;
}
.price {
  padding: 2em 0; 
}

}
/*------------------------------------------------------------------------end320px*/


.float_r{ float: right; }
.seardh_width{ width: 82%;  }
#loginForm label{ color: #000; font-size: 0.8rem; font-weight: 400; }


.hidden {
    display: none !important;
}
.upload-wrap {
    border: 1px solid #cacbcc;
    color: #333;
    font-size: 14px;
    height: 43px;
    line-height: 43px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width:30%;
}
 .upload-pic {
    cursor: pointer;
    font-size: 0;
    height: 100%;
    opacity: 0;
    outline: 0 none;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.upload-icon {
    background: url(../img/upload.png) no-repeat 5px;
    display: inline-block;
    height: 40px;
    margin-left: -10px;
    margin-top: -5px;
    vertical-align: middle;
    width: 40px;
}

.soutu-wrap .soutu-close {
    background-position: -20px 0;
    height: 18px;
    width: 18px;
}
.soutu-wrap .soutu-icon {
    background: rgba(0, 0, 0, 0) url(../img/soutu_icons_new.png) no-repeat scroll 0 0;
}
.pull-right {
    float: right !important;
}
a {
    cursor: pointer;
}
a {
    color: #4d4d4d;
    text-decoration: none;
}

/*a  upload */


.yincang a:hover{ background-color: #fff; }
.yincang a.guanbi { background:url(../img/popup_guanbi.png) no-repeat 0px -30px;
                    width:35px; height: 35px; display: block; position:absolute;top:60px;right:0px;cursor:pointer; z-index: 100;}
.yincang a.guanbi span { display: none;}

.form-controlnew{ height: 50px; }
.btnnew{ padding: 14px 22px; }
.bttoom-xian{border-bottom: 1px solid #ccc; padding-bottom: 5px;}
.td-dashed tbody td{ border-bottom: 1px dashed #ccc; }
.input-group-btn{  padding-right: 10px;  border: none; 
	 color: #fff;
 }
.buttonText{color: #fff; font-size: 16px;}
.btn-primarybg{ background: #999; border-color:#777;  }
.wenjian span{font-size: 12px; line-height: 40px; padding-right: 10px;}

.btn-primaryzty[disabled] {
  color: #fff;
  background-color: #999;
  border-color: #777;
}

.btn-primaryzty,
.btn-primaryzty:link,
.btn-primaryzty:visited,
.btn-primaryzty:hover,
.btn-primaryzy:focus,
.btn-primaryzy:active
{
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primaryzy.disabled,
.btn-primaryzy[disabled],
fieldset[disabled] .btn-primaryzy,
.btn-primaryzy.disabled:hover,
.btn-primaryzy[disabled]:hover,
fieldset[disabled] .btn-primaryzy:hover,
.btn-primaryzy.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primaryzy:focus,
.btn-primaryzy.disabled:active,
.btn-primaryzy[disabled]:active,
fieldset[disabled] .btn-primaryzy:active,
.btn-primaryzy.disabled.active,
.btn-primaryzy[disabled].active,
fieldset[disabled] .btn-primaryzy.active {
  background-color: #999;
  border-color: #777;
}

/*改变其他css样式补丁*/
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: #ffffff;
}
.page-header {
    border-bottom: none;
}


.table > tbody > tr.warning:hover > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background: #ffffff;
}
.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    background: #ffffff;
}
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background: #ffffff;
}
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background: #ffffff;
}
.table > tbody > tr:hover > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
 background: #ffffff;
}

.container90 {
    width: 90%;
    margin: 0 auto;

}
.table-background{ background-color: #5a91b7; }
.table-striped-bg > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.btn-default {
	color: #fff;
    background-color: #337ab7;
    margin-left: 10px;
}
.modal-header {
	background-color: #337ab7;
}
form{color: #666;}
.btn-success-news {
    background-color: #4f9ccf;
    border-color: #4f9ccf;
}
.pagination > li > a, .pagination > li > span {
    position: relative;}
/*下拉框选项样式*/
.styled-select select {
   background: transparent;
   width: 100%;
   padding: 3px;
   font-size: 16px;
   border: 1px solid #4f9ccf;
   /*background: no-repeat left #202b36;*/
   height: 34px;
   -webkit-appearance: none; /*for chrome*/
}
.styled-select {
	float: left;
   /*border-radius: 5px;*/
   width: 50%;
   height: 34px;
   overflow: hidden;
   background:  url(../img/jiantou.png) no-repeat right;
}
label {

    font-weight: 500;
}
.chk_1{ 
margin-bottom: 20px;  
} 
.chk_1 input{ 
    margin-right: 5px;
} 
.chkwidth{ width: 120px; float: left; }
.labelfont{ font-weight: bold; color: #337ab7; }
}
.nav-tabs > li > a{border: 0px; font-size: 18px; }
.nav-tabs {
    border-bottom: 0px solid #ddd;
    margin-bottom:20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-bottom:2px solid #2070e2 ;
    border-top:0px;
    border-left:0px;
    border-right:0px;
}

.maintitb{border-bottom:2px solid #6eb4f9;background: #dbebfb; margin:-10px -10px 0 -10px; padding:10px 10px 10px 32px;color:#2374c4;}
.maintitb b{line-height: 35px;}
.maintitb h4{ margin-bottom: 0; }
.nav{text-align: center;}
.nav{ margin: 2px auto; }
.nav > li > a {font-size: 18px;
    padding: 10px 9px;
}
.nav-tabs>li>a {
    margin-right: 0px;}
.btn-success{
	background-color: #358F6B;
	border: 0;
}
.btn-danger{
	background-color: #D8324A;
	border: 0;
}
.btn-warning{
	background-color: #E5C990;
	border: 0;
}

.btn-info {
    color: #fff;
    background-color: #2070e2;
    border-color: #2070e2;
}

/*.table img{ float: right; }*/
/*检索透明红框*/


/*.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px 8px 8px 0px;
 
}*/
